xend/xm: Add PSCSI_HBA class and DSCSI_HBA class to XenAPI
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 12 Nov 2009 11:40:44 +0000 (11:40 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 12 Nov 2009 11:40:44 +0000 (11:40 +0000)
commita7cbf88f59e1c3c25a80970ad92a47771a72b406
tree9b81f56ecdfabdc2b8a109e469f7fadd64af77b5
parent2eba88c6af6c2649ce768d5bbb8732ce6f1b8d52
xend/xm: Add PSCSI_HBA class and DSCSI_HBA class to XenAPI

XenAPI (not xapi) has supported only LUN assignment mode for pvSCSI.
But at last, HOST assignment mode also is supported by these patches.
To support HOST assignment mode, these patches add PSCSI_HBA class
and DSCSI_HBA class to XenAPI.

Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xend/XendAPI.py
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/XendDSCSI.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/XendNode.py
tools/python/xen/xend/XendPSCSI.py
tools/python/xen/xm/create.dtd
tools/python/xen/xm/create.py
tools/python/xen/xm/main.py
tools/python/xen/xm/xenapi_create.py